home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- if(_global.bosstime == 1)
- {
- this.gotoAndPlay(2);
- _global.bosstime = 2;
- trace("_global.bosstime");
- }
- if(this.hitTest(_parent.drag))
- {
- _parent.drag.gotoAndPlay("die");
- _parent.shak.gotoAndPlay(1);
- _parent.score -= 100;
- }
- if(this.hitTest(_parent.shot1))
- {
- _parent.shot1.gotoAndStop(1);
- this.jboss_ani.gotoAndPlay("jhit");
- this.jpower.nextFrame();
- _parent.score += 200;
- }
- }
-